CopyFrom
TheCopyFrom
method modifies this shape to make it equivalent to the specified source shape.
void CopyFrom (in ODShape sourceShape);
sourceShape
- A reference to the source shape.
DISCUSSION
After this method executes successfully, this shape and the source shape do not share any data; therefore, you can modify each of them independently.EXCEPTIONS
kODErrOutOfMemory
- There is not enough memory to update this shape.
SEE ALSO
TheODShape::Copy
method (page 634).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help